-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Editorial] Update the docs based on Copilot review feedback #5332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how did you use copilot to review :-?
the hot-path. You SHOULD try to keep the number of tags less than or equal to 8. | ||
If you are exceeding this, check if you can model some of the tags as Resource, | ||
as [shown here](#metrics-enrichment). | ||
the hot code path. You SHOULD try to keep the number of tags less than or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably better to keep it as hot-path instead of "hot code path"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CoPilot recommends against "hot-path", a quick search shows that "hot path" and "hot code path" are widely used. e.g. https://www.hackterms.com/hot%20code
Co-authored-by: Mikel Blanchard <[email protected]>
No description provided.